@extends('dashboard_layout') @section('content')
@if(Session::has('submit-status'))

{{ Session::get('submit-status') }}

@endif
{{$fetch_user_details[0]['user_name']}}
Name: {{$fetch_user_details[0]['first_name']}} {{$fetch_user_details[0]['last_name']}}
@if($fetch_user_details[0]['id'] == Auth::guard('crypto')->user()->id) Email: {{$fetch_user_details[0]['email']}}
@endif Captain: @if(!empty($fetch_user_details[0]['captain_name'])){{$fetch_user_details[0]['captain_name']}}@endif
Country: {{$country_name}}
City: {{$fetch_user_details[0]['city']}}
@if($fetch_user_details[0]['id'] == Auth::guard('crypto')->user()->id) @endif
Sailors {{$sailors_name}}
@endsection