@extends('layouts.front.front') @section('title', 'Job Apply | Apsys Network') {{-- main content --}} @section('content')

{{$career->job_title}}

$career->slug])}}" class="apply__wrapper shadow-sm bg-white rounded-lg p-sm-4 p-3 col-lg-8 col-md-10 mx-auto" method="POST"> @csrf @if(session("message"))
{{session("message")}}
@endif
@endsection