@extends('frame') @section('title', 'Den|Locations') @section('main-content') @parent @if($errors->any())

{{$errors->first()}}

@endif @if(session('message')) {!! session('message') !!} @endif

Locations

Hey {{$handle}}
@if($action === "add") @include('forms.add-location') @elseif($action === "edit") EDIT LOCATION @elseif($action === "bulk-add") ADD MANY LOCATIONS @else START @endif
@endsection