@extends('dashboard.base') @section('content')

Update location

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@csrf
@if($errors->any()) {!! implode('', $errors->all('')) !!} @endif
Back
@endsection @section('javascript') @endsection