@extends('layouts.backend') @section('content')

Add Warehouse Access

@csrf

Detail Item


@foreach($data["access"] as $key => $access) @endforeach
Code Name
{{ $access->code }} {{ $access->name }}
header_id != null) checked @endif >
Cancel
@endsection @section('js_after') @include('pages.user_gudang.function_update') @include('pages.globalFunction') @endsection