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