@extends('layouts.vertical-master-layout') @section('title') {{ __('Institutes') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Institutes') }} @endslot @slot('title') {{ __('All Institutes') }} @endslot @endcomponent @endsection @section('pagecontentinfo')
{{ __('Total Institutes') }}
{{ __('Incomplete') }}
{{ __('Approved') }}
{{ __('Pending For Approval') }}
{{ __('Rejected') }}
{{ __('Blocked') }}