@extends('layouts.app') @section('title') {{__('Request and Purchases')}} @endsection @section('breadcrumb')

{{__('Request and Purchases')}}

@endsection @section('content')
@can('create_purchase') {{__('Create')}} @endcan
{{-- filters --}}

@if(isset($_GET['branch_id'])) {{-- @php dd($branch_id_x); @endphp --}} @endif

{{-- @php dd($_GET['branch_id']); @endphp --}}

{{--
--}}
{{-- --}}
# {{__('Request No.')}} {{__('Laboratory')}} {{ __('Product Name(s)') }} {{__('Date')}} {{__('Signed')}} {{__('Signed By')}} {{__('Signed Date')}} {{__('Status')}} {{__('Created at')}}{{__('Supplier')}} {{__('Total')}} {{__('Paid')}} {{__('Due')}}{{__('Action')}}
@endsection @section('scripts') @endsection