@extends('layouts.default') @section('title') hello @endsection @section('header-style') @endsection @section('content')

Meeting/Appointment Approval

{!! csrf_field() !!}
 
@include('appointment.approvalList')
@endsection