@extends('layouts.content') @section('body_content')
List Location
@include('partials.alert')
@include('location.modals.add_new_location') @include('location.modals.delete_location_modal') @include('location.modals.edit_location_modal') @endsection