@extends(backpack_view('blank')) @section('after_styles') @endSection @php $breadcrumbs = [ trans('backpack::crud.admin') => url(config('backpack.base.route_prefix'), 'dashboard'), trans('backpack::base.my_account') => false, ]; @endphp @section('header')

Numbers Whitelist

Manage approved numbers that can be redirected directly to the pharmacist.
@endsection @section('content')
@csrf
@endSection @push('after_scripts') @endpush