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

{{__('Tests')}}

@endsection @section('content')

{{__('Tests Table')}}

@can('create_test') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# {{__('Category')}} {{__('Name')}} {{__('Shortcut')}} {{__('Sample Type')}} {{__('Price')}} {{__('Action')}}
@endsection @section('scripts') @endsection