@extends('admin.layout.table.index') @section('page-title',trans('language.users')) @section('root' , "users") @section('nav')
@endsection @section("buttons") @if(\App\Models\Setting::first()->enable_creating_new_orders == 1) {{trans("language.add")}} @endif @endsection @section('thead'){{trans('language.no_data')}}
@endif