@extends('layouts.template.main') @section('content')
Create Job Posting
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Back
@endsection