@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--

Company Details

--}}
@php $selected_nature_of_business = is_array( $profile->nature_of_business, ) ? $profile->nature_of_business : (json_decode($profile->nature_of_business, true) ?: []); @endphp
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}