@extends('base.layouts.master') @section('style') @endsection @section('content')

اطلاعات محتوای سایت لیست محتوای سایت جدول

لیست محتوا
@if(count($errors))
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @include('base.layouts.partials.general.message') @foreach($contents as $content) @endforeach
ردیف تصویر عنوان بخش عملیات
{{$loop->iteration}} @if($content->image_location !== '') {{$content->title}} @else تصویر ندارد @endif {{$content->title}} {{$content->category->category_name}} @can('delete-listMohtava') @endcan @can('edit-listMohtava') @endcan
{{$contents->links()}}
@include('base.layouts.partials.general.modal',['method' => 'delete']) @endsection @section('script') @endsection