@extends('BackEnd.Layouts.main') @section('title') تعديل تعليق @endsection @section('content')
{{-- @include('BackEnd.Layouts.breadcrumb') --}} @if(session('success'))
{{session("success")}}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{-- @include('BackEnd.Layouts.tableheader') --}}
@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('phone')) @endif
@if ($errors->has('email')) @endif
{{-- --}} @if ($errors->has('comment')) @endif

حالة النشر

@endsection @push('plugin_js') @endpush @push('custom_js') @endpush @push('tinymce') @endpush