@extends('layouts.admin') @section('content') @can('districtposting_create') @endcan
| {{ trans('cruds.districtposting.fields.name') }} | {{ trans('cruds.districtposting.fields.district') }} | {{ trans('cruds.districtposting.fields.assembly_name') }} | {{ trans('cruds.districtposting.fields.social_division') }} | {{ trans('cruds.districtposting.fields.education') }} | {{ trans('cruds.districtposting.fields.profession') }} | {{ trans('cruds.districtposting.fields.join_year') }} | {{ trans('cruds.districtposting.fields.gender') }} | {{ trans('cruds.districtposting.fields.selected') }} | {{ trans('cruds.districtposting.fields.selected_post') }} | ID | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Card Letter |
@can('districtposting_show') {{ trans('global.view') }} @endcan @can('districtposting_edit') {{ trans('global.edit') }} @endcan @can('districtposting_delete') @endcan | {{ $searchResult->name ?? '' }} | {{ $searchResult->district ?? '' }} | {{ $searchResult->assembly_name ?? '' }} | {{ $searchResult->social_division ?? '' }} | {{ $searchResult->education ?? '' }} | {{ $searchResult->profession ?? '' }} | {{ $searchResult->join_year ?? '' }} | {{ $searchResult->gender ?? '' }} | selected ? 'checked' : '' }}> | {{ $searchResult->selected_post ?? '' }} | {{ $searchResult->id ?? '' }} |