@extends('Admin.Layout.main_layout') @section('main_container')

Manage Clientele

@csrf
@if(!$clientele->isEmpty()) @foreach($clientele as $key => $data) @endforeach @else

No Gallery Available

@endif
id Image Path Image Actions
{{ ($key+1) }}
@csrf
@endsection