@extends('admin.layout.master') @section('title', 'ADJUSTMENT') @section('content')

Stock In/Out

@csrf
{{--
--}}
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
{{-- end --}}
Stock In
{{--
--}} @for ($i = 1; $i <= 5; $i++) @endfor @for ($i = 1; $i <= 5; $i++) @endfor
# Products Desc Img Qty Avail Qty ACTION
{{ $i }}

{{--
--}}
Stock OUT
{{ $i }}
{{--
--}}
{{--
--}}
@endsection @section('script') @endsection