@extends('layouts.panel') @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('tools') {{-- @lang('Add Template') --}} @endslot @slot('actions')
{{-- --}}
@endslot
@foreach ($items as $template) @endforeach
@lang('Template Name') @lang('Subject') @lang('User Type') @lang('Edit')
{{ $template->name }} {{ $template->subject }} {{ $template->user_type==UserTypeStudent?"Student":"Teacher/Tutor" }}
{{--
@csrf @method("DELETE")
--}}
{{-- --}}
@endsection @push('js') @endpush