@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }} @if($door_location_id != "") @endif
@if($errors->has('door_location')) @endif
@if($errors->has('description')) @endif
@endsection @section('script') @endsection