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

{{__('EQAS')}}

@endsection @section('content')

{{__('Edit EQAS')}}

@method('put')
@csrf @include('admin.eqas._form')
@include('admin.patients.rename_file')
@endsection @section('scripts') @endsection