@extends('taxi.layout.app') @section('content')

Add Owner

@csrf
{{ $errors->first('company_name') }}
{{ $errors->first('owner_name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password') }}
{{ $errors->first('address') }}
{{ $errors->first('street') }}
{{ $errors->first('house_number') }}
{{ $errors->first('postal_code') }}
{{ $errors->first('city') }}
{{ $errors->first('expiry_date') }}
{{ $errors->first('no_of_vehicles') }}
{{ $errors->first('tax_number') }}
@endsection