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

{{ __('Investigator') }}

@endsection @section('content')

{{ __('Create Investigator') }}

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