@extends('backend.layout.master') @section('backend-head') @endsection @section('backend-main') @if (session()->has('done'))

{{ session()->get('done') }}

@endif

التعليقات

جميع التعليقات
@foreach ($comments as $comment) @endforeach
ID الكاتب عنوان الاعلان خيارات
{{ $comment->id }} {{ $comment->user->name }} {{ $comment->product->title }}
  • عرض
  • تعديل
  • {{ csrf_field() }} {{ method_field('DELETE') }}
@endsection @section('backend-footer') @endsection