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

Approvals

@if ($message = Session::get('error'))
@endif @if ($message = Session::get('success'))
@endif
@include('content._partials._sections.work_flow_approval_tabs')
{{-- --}} {{-- --}}
Id Document Type Type Created ByApproved/Rejected BYSteps Status Created DateActions
@endsection @section('vendor-script') @endsection @section('page-script') @endsection