@extends('layouts.view') @section('title',trans('jobOffer.JobOfferCreate')) @section('content')

{{trans('jobOffer.JobOfferCreate')}}

@if($flash = session('success')) @elseif(count($errors))
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Please enter Basic Salary
enter Housing Allowence (Amount)
enter Transportation Allowence (Amount)
Please enter Food Allowence (Amount)
Please enter Mobile Allowence (Amount)
Please enter Car Allowence (Amount)
Total Salary
Please enter Probation Salary
Please enter Duty Time
Please Enter Children Count Include In Medical Insurance
Please Enter Children Count Include In Tickets
@endsection