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

Your Organization Details

@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('number'))
{{ $errors->first('number') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('website'))
{{ $errors->first('website') }}
@endif
@endsection