@extends('header.header') @section('content')
{{__('Delivery Company Users')}}

{{__('Delivery Company Users table')}}

{{-- --}} @foreach($deliveryCompanyUser as $user) {{-- --}} @endforeach
#{{__('ID')}} {{__('Email')}} {{__('Password')}} {{__('Status')}}{{__('Create Driver Status')}}{{__('Action')}}
{{$user->id}} {{$user->email}} {{$user->first_password}} @switch($user->status) @case(0) Not-Active @break @case(1) Active @break @endswitch --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
@endsection @section('js-scripts') @endsection