@extends('admin.layout.app') @section('heading', 'Clients') @section('rightside_button') Add New @endsection @section('main_content')
@foreach ($clients as $item) @endforeach
Photo URL Actions
@if ($item->photo) @endif @if ($item->url) {{ $item->url }} @endif Edit Delete
@endsection