@extends('layouts.main') @section('content')

{{$title}}

Add location stock
@foreach($locationStocks as $location_stock) @endforeach
SN Date Location Stock Quantity Action
{{$location_stock->id}} {{$location_stock->date_stocked}} {{$location_stock->location->name}} {!! $location_stock->stock->name($location_stock->stock) !!} {{$location_stock->quantity}} Edit
@endsection