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

{{ __('Clients') }}

{{ __('Add Item') }}
@foreach($clients as $item) @endforeach
{{ __('SL') }} {{ __('Photo') }} {{ __('URL') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->url }}
@endsection