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

{{ __('Identifiers') }}

@endsection @section('content')

{{ __('Create Identifier') }}

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