@extends('admin/layouts/app') @section('page-title') Approval Organizations | Simple Admission @endsection @section('page-breadcrumb')

Approval Organizations

@endsection @section('main-content')

Organization List

@can('create approval organizations', Auth::user()) Add Organization @endcan
@can('update approval organizations', Auth::user()) @endcan
SL. Name Status Created By Updated ByActions
@endsection @section('extra-css') @endsection @section('extra-script') @endsection