@extends('layouts.app') @push('css_lib') @endpush @section('content')

Mobile Circle Category|Mobile Circle Category

@include('flash::message')
@if(count($mobile_category)>0) @foreach ($mobile_category as $key=>$label) @endforeach @else @endif
ID Title En Title Ar Image En Image Ar Category ID(En) Category ID(Ar) Position Status Added / Modified date Action
{{ $label->id }} {{ $label->title_en }} {{ $label->title_ar }} {{$label->category_id}} {{$label->category_id_ar}} {{$label->position}} @if($label->status=="1") Active @else InActive @endif

{{ $label->created }}

No record found!
{{$mobile_category->appends($_GET)->links()}}
@endsection @push('scripts_lib') @endpush