@extends('template.layout') @section('style') @endsection @section('content')
@if (session('success')) @endif
Stock List
Back @foreach ($branches as $branch) @endforeach
# Code Name Total Item Total Worth Action
{{ $loop->iteration }} {{ $branch->code }} {{ $branch->name }} {{ $branch->stock_sum_qty }} {{ number_format($branch->total_sum,2) }}
@endsection @section('script') @endsection