@extends('layouts.app', ['activePage' => 'branches', 'titlePage' => __('')]) @section('content')

{{ __("jamia.brch") }}

@foreach ($branches as $branche) @endforeach
{{__("jamia.sl_no")}} {{__("jamia.name")}} {{__("jamia.branch")}} {{__("jamia.address")}} {{__("jamia.cust_phone")}} {{__("jamia.hours")}} {{__("jamia.image")}} {{__("jamia.action") }}
{{ $i++; }} {{ $branche->name }} @if($branche->branch_categories_id > 0 && isset($branche->branchCategory)) {{ $branche->branchCategory->name}} @endif {{ $branche->address }} {{ $branche->phone}} {{ $branche->hours}} image
@endsection @section('js') @endsection