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

{{ __('NUHRA') }}

@endsection @section('content')

{{ __('Create NUHRA') }}

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