@extends('layouts.app')
@push('css_lib')
@endpush
@section('content')
@include('flash::message')
Success! Updated Successfully.
ID |
Title En |
Title Ar |
Image En |
Image Ar |
Category ID(En) |
Category ID(Ar) |
Position |
Status |
Added / Modified date |
Action |
@if(count($mobile_category)>0)
@foreach ($mobile_category as $key=>$label)
{{ $label->id }} |
{{ $label->title_en }} |
{{ $label->title_ar }} |
}}/images/mobile_circle_images/{{ $label->img_en }}) |
}}/images/mobile_circle_images/{{ $label->img_ar }}) |
{{$label->category_id}}
|
{{$label->category_id_ar}}
|
{{$label->position}}
|
@if($label->status=="1")
Active
@else
InActive
@endif
|
{{ $label->created }}
|
|
@endforeach
@else
No record found! |
@endif
{{$mobile_category->appends($_GET)->links()}}
@endsection
@push('scripts_lib')
@endpush