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

{{__('Tests Price List')}}

@endsection @section('content')

{{ __('Tests Table') }}

@csrf
{{__('Import tests')}}
@csrf
# {{ __('Name') }} {{ __('Category') }} {{ __('Price') }}
@endsection @section('scripts') @endsection