@extends('user.layouts.master') @section('css') @endsection @section('user-content')

{{ $title }}

@csrf
  • Select Location
  • Select Category
  • Job Information
  • Budget & Setting

Select Location

@foreach($continents as $key=>$continent) @if($key == 0) @php $cnt_id = $continent->id; @endphp @endif
@endforeach
@if(continent_country($cnt_id)->count() > 0) @foreach(continent_country($cnt_id) as $c_key=>$c_country)
@endforeach @endif

Select Category

@foreach ($categorys as $key=>$category) @if($key == 0) @php $cat_id = $category->id; @endphp @endif
@endforeach

Select the subcategory

@if(sub_categorys($cnt_id)->count() > 0) @foreach(sub_categorys($cnt_id) as $c_key=>$sub_category)
@endforeach @endif

Job Information

0 / 30

Thumbnail Image(optional)

Budget & Setting

Worker Need
Each worker Earn
Require Screenshots
Estimated Day
Estimated Job Cost
$

Minimum spend ${{min_job_fee()}}

@endsection @section('js') @endsection