@extends('layouts.backend-layout') @section('content')
@csrf
@if(Auth::guard('admin')->user()->roles->add==1) @endif
@if(count($service_category)) @foreach($service_category as $key) @endforeach @endif
# Image Title Short Description Actions
{{ $loop->index +1 }} {{ $key->title }} {{ $key->short_description }}
{{$service_category->links("pagination::bootstrap-4")}}
@endsection