@extends('admin.layouts.app') @section('title') Location Management - Create @endsection @section('mainContent') @if(Session::has('message'))
{!! Session::get('message') !!}
@endif

Add Location

{!! Form::open(['route' => ['admin.location.store'],'id' => 'InwordCreateForm','files' => 'true'])!!} @include('admin.pages.location.form')
{!! Form::close() !!}
@endsection