@extends('layouts.user_type.auth') @section('content')
@if(session('success')) @endif
All Branches
@if($branchdata->isEmpty()) @else @foreach ($branchdata as $branch) @if($branch->role_id != 1) @endif @endforeach @endif
ID Role Name Email Password Phone Country Action

No Users found.

{{ $branch->id }}

{{ $branch->title }}

{{ $branch->name }}

{{ $branch->email }}

{{ base64_decode($branch->mypass) }}

{{ $branch->phone }}

{{ $branch->location_name }}

@csrf @method('DELETE')
@endsection