@extends('layouts.app') @section('content')

{{__('texte.locations_arr.edit.edit_location')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('location_type_id')) {{ $errors->first('location_type_id') }} @endif
@if ($errors->has('area_id')) {{ $errors->first('area_id') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('zip')) {{ $errors->first('zip') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection