@extends('layouts.app') @section('title') CE Worklists @endsection @section('breadcrumb')

{{__('Capillary Electrophoresis Worklists')}}

@endsection @section('content')
@can('create_capillary_e_worklist') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# Run Date Week Signed Signed Date Signed By Status {{ __('Action') }}
@endsection @section('scripts') @endsection