@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new")}}

@if($errors->has('name')) @endif
@if($errors->has('location')) @endif
@if($errors->has('address')) @endif
{{__('Change')}} {{__('Choose file')}} {{__('Remove')}}
{{__('Change')}} {{__('Choose file')}} {{__('Remove')}}
@endsection