@extends('layout.admin.master') @section('meta-title', 'Branches') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Branches
@foreach($branches as $key=>$branch) @endforeach
# Branch Name Address Phone Number Business
Hours
Status Store Timing Exclude
Products
Areas Pickup Action
@if($branch->thumbnail)@endif {{$branch->name}} {{substr($branch->address,0,10)}}... {{$branch->phone}} {{($branch->store_busy)?'Close':'Open'}} ({{$branch->opening_time.' - '.$branch->closing_time}})
{{ $branches->links() }}
@endsection