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

{{__('texte.locations_arr.create.add_location')}}

{{ 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
@endsection