@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Available Delivery
{{ csrf_field() }}
@foreach($delivery as $key => $val) @foreach($val['service'] as $index=>$service) @endforeach @endforeach
Delivery Method Delivery Name Drop to Counter Available Status
{{ucfirst($val['delivery_method'])}}
{{ucfirst($service['code'])}}
@endsection