@extends('admin.template.master') @section('title')

Location all location information

@endsection @section('main-content')
@if(Session::has('message'))

Alert!

{{Session('message')}}
@endif
Name Initial Created Edited Status Created By Updated By Action
@endsection @section('javascripts') @endsection