@extends('layout.admin.master')
@section('meta-title', 'Categories')
@section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel')
@section('breadcrumbs')
Categories
@endsection
@push('asset-top')
@endpush
@section('content')
# |
Name (English) |
Name (Arabic) |
Place Location |
Status |
Action |
@foreach($categories as $category)
@if($category->thumbnail)@endif |
{{$category->name_en}} |
{{$category->name_ar}} |
{{$category->place?$category->place:'#'}} |
|
|
@endforeach
@endsection