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

{{__("Add new owner")}}

@if($errors->has('name')) @endif
@endsection