@extends('front.user-dash.layout.app') @section('content')
@if(isset($project))

Edit Project

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's

@csrf
Step 1
Step 2
    @foreach($enumValues as $rate)
  • rate === $rate ? 'selected' : '' }}>
  • @endforeach
@else

Add Project

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's

@csrf
Step 1
Step 2
    @foreach($enumValues as $rate)
  • @endforeach
@endif
@endsection @section('script') @endsection