@extends('layouts.app') @section('title', 'Warehouse Setting') @section('breadcrumb', 'Warehouse Setting') @section('sub-breadcrumb') Setting @endsection @section('warehouse', 'kt-menu__item--active') @section('content')
@include('layouts.notification') {{-- begin: hint --}}
Warehouse Setting
    {{--
  • Pengaturan pengisian gudang utama untuk seluruh brand.
  • --}} {{--
  • Untuk setiap brand memiliki pengaturan masing-masing.
  • --}}
  • Merupakan settingan untuk menentukan gudang utama untuk semua brand
{{-- end: hint --}}
@csrf
@foreach($warehouse as $key => $value)
{{ $value['brand']['name'] }}
@endforeach

@endsection @section('custom-script') @endsection