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

Create New Outlet

@csrf
Can't find the location? Create new
+88
Ltr
Write down comment if necessary
@endsection {{-- Scripts Section --}} @section('scripts') @endsection