@extends("layouts.admin.app") @section("page-title") {{__("Why teacher")}} @endSection @section("page-nav-title")

{{__("Why teacher")}}

{{__("All Why teacher")}}

@endsection @section("content") @include("includes.dialog")
@foreach($Whyteacher as $teacher) @endforeach
{{__("ID")}} {{__("Image")}} {{__("Title")}} {{__("Description")}} {{__("Control")}}
{{$teacher->id}} {{$teacher->getTitleAttribute()}} {{$teacher->getDescriptionAttribute()}} $teacher->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$teacher->id}}" style="display: none" data-swal-title="{{__("Delete Why teacher")}}" data-swal-text="{{__("Are Your Sure To Delete This Why teacher ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Why teacher has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection