{{-- Extends layout --}} @extends('layout.default') @section('styles') {{-- --}} {{-- --}} @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Outlet List
View outlet lists

@foreach ($outlets as $index=>$outlet) @endforeach
Sl Outlet Name Location Address Contact Person Contact No Fridge No Status Actions
{{$index+1}} {{$outlet->name}} {{$outlet->location}} {{$outlet->Address}} {{$outlet->ContactPerson}} {{$outlet->ContactPersonNo}} {{$outlet->fridge}} 1 Id)}}" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" title="Edit Order">
@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} @endsection