@extends('layouts.dashboard') @section('content')
Add New Location Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Existing Location(s) Details
@include('location.addLocation_ajax')
Action Location Name Address City State Zip Code Description Status
@endsection @section('footer_scripts') @endsection