@extends('layouts.app') @section('header')
@endsection @section('content')
{{ csrf_field() }}
@foreach($branches as $branch) @if($stock_purchase_details->branch_id == $branch['id']) @endif @endforeach

Stock Catagory Physical Quantity No.of.Units
Available Stocks : {{ $stock_purchase_details->stock->stock_quantity }}
@endsection @section('scripts') @endsection