@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Create Job Match

@if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if($errors->has('company_name_bn')) {{ $errors->first('company_name_bn') }} @endif
@if($errors->has('salary')) {{ $errors->first('salary') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
Back
Suggested Image ratio: 60 x 60 | max-size: 500 KB @if($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection