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