@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Trade Inventory'])
{{$branches->branch_name}}
[{{$branches->branch_code}}]
{{$brands->brand_name}}

Select Category

@foreach($categories as $category) {{$category->category_name}} @endforeach
@include('layouts.footers.auth.footer')
@endsection