{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Create New Locaation

@csrf
Write down comment if necessary
{{--
Max file size is 1MB and max number of files is 5.
--}}
@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} {{-- --}} {{-- --}} @endsection