@extends('layouts.sidebar') @section('title', 'Nomadic-Location') @section('content')

{{$location->location}} Landing Page

@if(session('success'))
{{session('success')}}
@endif
{{$location->location}}
@if(isset($page->banner_picture) && $page->banner_picture!="") @endif
@foreach($studios as $studio)
studios,$studio->id) !== false) checked @endif>
@endforeach
@foreach($resources as $resource)
our_crew,$resource->id) !== false) checked @endif>
@endforeach




@endsection @section('footer_scripts') @endsection