@extends('admin.layouts.master') @section('title', 'View Instructor - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('View Instructor') }} @endslot @slot('menu1') {{ __('Instructor') }} @endslot @slot('menu2') {{ __('All Instructor') }} @endslot @slot('menu3') {{ __('View Instructor') }} @endslot @endcomponent
@endsection