@extends('admin.layouts.master') @section('css') @endsection @section('content')

{{ $title }}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @if (isset($classroom->id)) @method('PUT') @endif
@php if(is_array($classroom->weekday)) { $weekday = $classroom->weekday; } else { $weekday = array(); } @endphp
بازگشت
@endsection @section('js-page') @endsection