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

{{__('EQAS')}}

@endsection @section('content')
@can('create_eqas') {{__('Create')}} @endcan
# {{__('Title')}} {{__('Created Date')}} {{__('Action')}}
@endsection @section('scripts') @endsection