@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}}]
@csrf

    OSA NO: {{$osa_number}}

    INVENTORY DATE: {{$date}}

    CREATED DATE: {{$date_today}}

    CREATED BY: {{$user}}

@include('layouts.footers.auth.footer')
@endsection