@extends('layouts.app') @push('head-script') @endpush @if(in_array("add_category", $userPermissions)) @section('create-button') @lang('app.createNew') @endsection @endif @section('content')
@if(in_array("view_jobs", $userPermissions)) @endif
# @lang('app.question') @lang('app.required') @lang('app.action')
@endsection @push('footer-script') @endpush