@extends('layouts.app') @section('title') {{__('Transfers')}} @endsection @section('breadcrumb')

{{__('Transfers')}}

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




{{-- --}} {{-- --}}
# {{__('Date')}}{{__('From branch')}}{{__('Designated Laboratory')}} {{__('Product Name(s)')}} {{__('Created At')}} {{__('Action')}}
@endsection @section('scripts') @endsection