@extends('layouts.master') @extends('sidebar.dashboard') @section('content') @section('page-style') @endsection
Profile Cover Photo
@foreach($outlets as $outlet)
@if($outlet['closed_store']==true)
Closed
@endif avatar img

{{$outlet['StoreName']}}

{{$outlet['store_status']}}

Last Sync : {{$outlet['lastsync']}}

@endforeach
@endsection @section('page-script') @include('outlets.scripts') @endsection