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

Edit Owner

@if ($errors) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
{{--

Basic pills Wizard

--}}
@endsection