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

@yield('title')

--}} {{-- @include('layouts.title') --}}
{{--

CCCCCCC

--}}
@yield('title')

{{--  History --}} {{--  Add Student --}}

{{ csrf_field() }}
@foreach ($quotation as $i => $item) {{-- --}} @endforeach
No. Project Name Quotation No.
{{ ++$i }}{{ $person->student_code }} {{ $person->student_firstname }} {{ $person->student_lastname }} {{ $item->quotation_project_name }} {{ $item->quotation_no }}
{{-- @if(Auth::user()->hasAnyRole(['Admin_SA', 'Admin_IT'])) --}} {{-- @else @endif --}}
@include('layouts.footer') @endsection