@extends('layouts.admin')
@section('title')
دسته بندی خبرها
@endsection
@section('content')
@include('admin.index.messages')
دسته بندی خبرها
| عنوان
|
زبان
|
عملیات |
@php
$i=1;
@endphp
@if(isset($news))
@foreach($news as $item)
| {{ $item['title'] }} |
@switch($item['locale'])
@case('fa')
فارسی
@break
@case('en')
انگلیسی
@break
@case('ru')
روسی
@break
@endswitch
|
@can('news_edit')
@endcan
@can('news_delete')
@endcan
|
@endforeach
@endif
| عنوان |
زبان |
عملیات |
@endsection
@section('script')
@endsection
@section('style')