@extends('layouts.app') @section('content')

{{trans('lang.parcelCategory_plural')}}

@if(count($parcel_category) > 0) @foreach($parcel_category as $value) @if (file_exists(public_path('assets/images/parcel_category'.'/'.$value->image)) && !empty($value->image)) @else @endif @endforeach @else @endif
{{trans('lang.photo')}} {{trans('lang.title')}} {{trans('lang.status')}} {{trans('lang.actions')}}
imageimage {{ $value->title}} @if ($value->status=="yes") @else @endif
{{trans("lang.no_result")}}
{{ $parcel_category->Links('pagination.pagination') }}
@endsection @section('scripts') @endsection