@extends('backend.layout.sidenav-layout') @section('content')
@if ($errors->any())
@endif
@csrf




@forelse (get_setting_array('client') as $key=>$item ) @empty @endforelse
No Image Action
{{ ++$key }}
@endsection @section('script') @endsection