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

{{ __('Investigator') }}

@endsection @section('content')
@can('create_investigator') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Designation') }} {{ __('Highest Education') }} {{ __('Contact Number') }} {{ __('Email') }} {{ __('Action') }}
@endsection @section('scripts') @endsection