@extends('layouts.order-master') @section('css') @endsection @section('title') Pending Location Approvals @endsection @section('content')

Pending Location Approvals

Go Back
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
SN Party Name Route Address New Location Staff Action
@endsection @section('script') @endsection