@extends('backend.layouts_backend.master2') @section('title') Edit Job @endsection @section('content') {{-- header --}}

Edit Job


{{-- end header --}}
@csrf @method('PATCH')

@if ($errors->has('job_name')) @endif
@if ($errors->has('job_description')) @endif
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection