@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 First Name {{ $errors->first('name') }} Last Name {{ $errors->first('last_name') }} Email Contact Number {{ $errors->first('contact_no') }} Your Role {{ $errors->first('company_role') }} Company Website {{ $errors->first('company_website') }} Upload Profile image @if(!empty($user->profile_image)) @endif Address {{ $errors->first('address') }} LinkedIn URL {{ $errors->first('linkedin_url') }} @if(!empty($project_details)) @foreach($project_details as $project) @php $ide = Crypt::encrypt($project->id); @endphp Previous @endforeach @endif Next @endforeach @endif @endsection @section('scripts') @endsection