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

Pending Approvals

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