@extends('layouts.app') @section('breadcrumb')

Balance Book

@endsection @section('content')
@csrf

Balance Book : create

Page for create new Balance Book

@error('cut_off_at')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror

Materials

Material stock detail for this balance book

@foreach ($stocks as $stock) @endforeach
Divisi Code Material Fullname Material Code Material Name Material Type Material UoM Last Qty
{{ $stock->divisi_code }} {{ $stock->material->formatted_material }} {{ $stock->material_code }} {{ $stock->material->name }} {{ $stock->material->material_type_code }} {{ $stock->material->uom_code }} {{ $stock->balance }}

Are you sure want to create this ?

@endsection @section('js') @endsection