@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Delivery Company")}}

{{__("All Delivery Company")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content") @include("includes.dialog")
{{-- {{__('Create User')}}--}}
@foreach($users as $user) @endforeach
#{{__("ID")}} {{__("Username")}} {{__("email")}} {{__("Phone Number")}} {{__("Country")}} {{__("City")}} {{__("Control")}}
{{$user->id}} {{$user->full_name}} {{$user->email }} {{$user->phone_number}} {{$user->country }} {{$user->city }} {{__("Edit")}}
@endsection @section("scripts") @endsection