{{-- addServiceImage --}} @extends('admin.layout') @section('content')
@csrf

Add New Image

@foreach($edits as $edit)
@csrf

Update Image


@endforeach
@endsection