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

{{__('EQAS')}}

@endsection @section('content')

{{__('Performance in EQAS')}}

@csrf @include('admin.eqas._form')
@endsection @section('scripts') @endsection