@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ @$data['title'] }}

{{-- @method('patch') --}} @csrf
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
@if ($errors->has('ip_address'))
{{ $errors->first('ip_address') }}
@endif
@endsection