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

{{__('Researchers')}}

@endsection @section('content')

{{__('Create Researcher')}}

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