@extends('layouts.master') @section('title', 'Agro Pro - Jobs') @section('content')
Jobs
@if($farm_user->user_type == 'owner' || $farm_user->user_type == 'admin') @endif @if($farm_user->user_type == 'member') @endif
@csrf
Processing...
@endsection @section('footer-links') @endsection