@include('admin.head') @include('admin.header')
@include('admin.menu')

Цэг Нэмэх

{{-- @if($message == 'success')
success
@elseif ($message == 'error')
error
@endif --}}
Цэг Нэмэх
{{--

ID: {{$post->id}}

--}}

Нэр: {{$post->name}}

Утасны дугаар: {{$post->number}}


Тайлбар: {{$post->comment}}

Байршил:

@csrf
Статус:
status == 1 ? 'checked' : '' }}>
status == 2 ? 'checked' : '' }}>
status == 3 ? 'checked' : '' }}>
status == 4 ? 'checked' : '' }}>
status == 5 ? 'checked' : '' }}>
status == 6 ? 'checked' : '' }}>

Төрөл:
type == 1 ? 'checked' : '' }}>
type == 2 ? 'checked' : '' }}>
type == 3 ? 'checked' : '' }}>
type == 4 ? 'checked' : '' }}>
Сэтгэгдэл

Үүсгэсэн огноо: {{$post->created_at}}

Шинэчлэгдсэн огноо: {{$post->updated_at}}

@if (Session::get('admin_is') == 0 && $post->type != 1) @endif @if ($post->status == 5 || $post->status == 6 && Session::get('admin_is') != 0) @endif