@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 @foreach($tests as $test) @endforeach
{{ __('Test') }} {{ __('Price') }}
{{$test['name']}}
{{get_currency()}}
@foreach($tests as $test) @endforeach
@endsection @section('scripts') @endsection