@extends('layouts.main') @section('title', 'Pending Approval') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Pending Approval')}}

{{ __('Serial No.')}} {{ __('Proof')}} {{ __('UserName')}} {{ __('User Message')}} {{ __('Offer Name')}} {{ __('Submit Date')}} {{ __('Action')}}
@include('model') @push('script') @endpush @endsection