@extends('layouts/contentLayoutMaster') @section('title', 'Approvals') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')

Approvals

{{--
@csrf
--}}
@if ($message = Session::get('error'))
@endif @if ($message = Session::get('success'))
@endif
@include('content._partials._sections.work_flow_approval_tabs')
Id Document Type Area Office Type Created By Steps Status Created Date Action
@endsection @section('vendor-script') @endsection @section('page-script') @endsection