@extends( 'backend.layouts.app' )
@section('title', $moduleProperties['longModuleName'])
@section('CSSLibraries')
@endsection
@section('JSLibraries')
@endsection
@section('content')
@include( 'backend.layouts.notification_message' )
- 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