@extends('header.header') @section('content')
Branches Store

Branch Store table

@foreach($Branches as $branch) @endforeach
Store image branch Name branch Name Ar Status location name en location name ar latitude longitude action
{{$branch['branch_name']}} {{$branch['branch_name_ar']}} @if($branch['Status'] == 0) @elseif($branch['Status'] == 1) @endif @if($branch['Status'] == 0) InActive @elseif($branch['Status'] == 1) Active @endif {{$branch['location_name_en']}} {{$branch['location_name_ar']}} {{$branch['latitude']}} {{$branch['longitude']}}
@endsection