@extends('admin.layouts.master') @section('title', 'Instructor Plan - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Instructor Plan ') }} @endslot @slot('menu1') {{ __('Instructor') }} @endslot @slot('menu2') {{ __('Instructor Plan') }} @endslot @slot('button')
{{ __("Instructor Plan")}}
@endslot @endcomponent
{{ __('Instructor Plan')}}
@foreach($plans as $plan) @endforeach
# {{ __('adminstaticword.Image') }} {{ __('adminstaticword.Title') }} {{ __('adminstaticword.Status') }} {{ __('Action') }}
1 @if($plan['preview_image'] !== NULL && $plan['preview_image'] !== '') @else @endif {{$plan->title}} @if($plan->status ==1) {{ __('adminstaticword.Active') }} @else {{ __('adminstaticword.Deactive') }} @endif
@endsection