@extends('backend::layouts.app') @section('title', 'Update Banner Coordinate') @section('content')

Banner: {{ strip_tags($bannerCoordinate->banner->title) }}

@csrf @method('PUT')

Update Banner Coordinate

@error('content') {{ $message }} @enderror
@endsection