@extends('admin/layouts/app') @section('page-title')
Institute List | Simple Admission
@endsection @section('page-breadcrumb')
Institute List
List
@endsection @section('main-content')
Institute List
@can('create institute list', Auth::user())
Add Institute
@endcan
@can('update institute list', Auth::user()) @endcan {{-- --}}
SL.
Actions
Profile
Logo
Name
Email & Username & Phone
Company Design Category
Company Category
Main Category
Ownership Type
Address
Is Verified
Status
Created By
Updated By
@endsection @section('extra-css')
@endsection @section('extra-script') @endsection