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

Edit Service

@csrf @method('PUT')
@if($about->main_image) @endif
@if($about->gallery_images)
@foreach($about->gallery_images as $img) @endforeach
@endif
@error('button_text') {{ $message }} @enderror
@error('button_link') {{ $message }} @enderror
Back
@endsection