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

{{ __('Tests/Services') }}

@endsection @section('content')

{{ __('View Test') }}

@csrf @method('put') @include('admin.tests._form')
@endsection @section('scripts') @endsection