@extends('admin.template.master') @section('title') Location all location information Home Location @endsection @section('main-content') @if(Session::has('message')) × Alert! {{Session('message')}} @endif List Add Location Name Initial Created Edited Status Created By Updated By Action @endsection @section('javascripts') @endsection