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

{{ __('Identifiers') }}

@endsection @section('content')
@can('create_program') {{ __('Create') }} @endcan
# {{ __('Identifier Name') }} {{ __('Action') }}
@endsection @section('scripts') @endsection