@extends('layouts.master') @section('title') Workflow Manage @endsection @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') {{-- @include('layouts.title') --}}
{{--

CCCCCCC

--}}
@yield('title')

{{--
@yield('title')
--}}

{{-- @if(Auth::user()->hasRole('Admin_IT') || Auth::user()->hasRole('Admin_SA')) --}} Set Workflow {{-- @else @endif --}}

No. Status Number of Documents Manage
1 Waiting {{ $count_waiting }}
2 Pending {{ $count_pending }}
3 Approved {{ $count_approved }}
4 Rejected {{ $count_rejected }}
@include('layouts.footer') @endsection