@extends('layouts.admin') @section('page_title', 'Edit Service Area: ' . $serviceArea->city_name) @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')

Recommended for banners: 1600px width. Leave empty to keep existing.

@if($serviceArea->image_url)
Current Banner
@else
No current banner
@endif
Cancel
@endsection