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

Edit Service

@csrf @method('PUT')
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
Upload a new icon (optional) @if ($service->icon)
Service Icon
@endif
Upload a new icon (optional) @if ($service->icon)
Service Icon
@endif
Upload a new Image (optional) @if ($service->icon)
Service Background Image
@endif
@endsection