@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Branchs All Branchs

All Branchs Info

Add New Branch
@include('dashboard.layouts.messages') @if($branchs) @foreach($branchs as $branch) @endforeach @else @endif
id name phone address created by Created at Updated at Actions
id name phone address created by Created at Updated at Actions
{{$branch->id}} {{$branch->branch_en->name}} {{$branch->phone}} {{$branch->branch_en->address}} {{$branch->created_by_user->user_en->fname." ".$branch->created_by_user->user_en->lname}} {{$branch->created_by}} {{$branch->created_at}} {{$branch->updated_at}} {{-- --}} {{--{{$feature->id}}--}}
@if($branchs) @foreach($branchs as $branch) @endforeach @else @endif
@endsection