@extends('dashboard.layouts.app')
@section('content')
@if (!isset($t) || $t != '55')
@endif
المحدد :
0
@if (auth('admin')->user()->role == 'admin')
حذف
@endif
{!! Form::select('update_status', ItemStatuses2(), null, ['class' => 'form-control select2',
'id' => 'update-selected-status', 'style' => "width: 20rem;"]) !!}
@include('dashboard.items.table')
@endsection
@section('js')
@include('dashboard.layouts.tableActions', ['gn_name' => request()->segment(2), 'post_search_route' => route(request()->segment(2).'.index-post')])
@endsection