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

Services

Add
@if(count($clients)>0) @foreach($clients as $client) @endforeach @else @endif
# Title Description Action
{{$i++}} {{$client->title}} {{$client->desc}}
Edit
No Details Available!!
@endsection