@extends('layouts.app') @section('title') Edit Map Inventory @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Edit Map Inventory


@if($errors->has('customer_property')) {{ $errors->first('customer_property') }} @endif




 
@stop @section('js') @stop @if($errors->any()) @endif