@extends('layouts.admin') @section('content')
| {{ trans('cruds.feeSession.fields.id') }} | {{ $feeSession->id }} |
|---|---|
| {{ trans('cruds.feeSession.fields.title') }} | {{ $feeSession->title }} |
| {{ trans('cruds.feeSession.fields.description') }} | {{ $feeSession->description }} |
| {{ trans('cruds.feeSession.fields.is_active') }} | is_active ? 'checked' : '' }}> |