@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

{{ $moduleProperties['longModuleName'] }} Edit {{ str_singular($moduleProperties['shortModuleName']) }}

@include( 'backend.layouts.notification_message' )

{{ str_singular($moduleProperties['shortModuleName']) }} Detail

Id
{{ $record->id }}
Name
{{ $record->name }}
Type
{{ ucfirst($record->type ) }}
Date Created
{!! $record->created_at->format(constants('back.theme.modules.datetime_format')) !!}
Gender Matches
@foreach($record->getGenderMatches() as $match) {{ $match['name'] }} @endforeach
Go back
@endsection @section('inlineJS') @endsection