@extends('admin.layouts.header') @section('styles') @endsection @section('content')

My Idea

{{ csrf_field() }} @if(!empty($project_details)) @foreach($project_details as $project) @endforeach @endif
Project Detail
Project Description
Introduce Yourself
@if(!empty($users)) @foreach($users as $user)

Tell Something About You

{{ $errors->first('name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('contact_no') }}
{{ $errors->first('company_role') }}
{{ $errors->first('company_website') }}
@if(!empty($user->profile_image))
Preview Image
@endif
{{ $errors->first('address') }}
{{ $errors->first('linkedin_url') }}
@if(!empty($project_details)) @foreach($project_details as $project) @php $ide = Crypt::encrypt($project->id); @endphp Previous @endforeach @endif
@endforeach @endif
@endsection @section('scripts') @endsection