@extends('layouts.app') @section('title', 'Branch Inventory') @section('breadcrumb')

Checkout

{{--

Manage all admin profile here

--}}
@endsection @section('content') @livewire('inventory.checkout') @endsection