@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Create Location', 'parentUrl' => '/location', 'parentTitle' => 'Locations'])
@include('partials.error') @include('partials.error-message')
{{csrf_field()}}
@include('partials.dropdowns.room-type')
@include('partials.dropdowns.site-code')
@include('partials.dropdowns.floor')
@include('partials.dropdowns.country-locations')
@include('partials.dropdowns.region-locations')
@include('partials.dropdowns.status')
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.create_locations'),'helpTitle'=>config('help-links.help_titles.create_locations')]) @endsection @section('after_scripts') @stop