@extends('layouts.admin.app') @section('page-title') {{ __('Brands Permission') }} @endSection @section('page-nav-title')

{{ __('Brands Permission') }}

{{ __('All Brands Permission') }}

@endsection @section('content') @include('includes.dialog')
@foreach ($users as $user) @endforeach
{{ __('ID') }} {{ __('Name') }} {{ __('Phone Number') }} {{ __('Controls') }}
{{ $user->id }} {{ $user->user_name }} {{ $user->phone_number }}
@endsection @section('scripts') @endsection