@php use Carbon\Carbon; @endphp @extends('layouts.iconbar') @section('title') Create Job @endsection @section('custom_styles') @endsection @section('content') @section('breadcrumbs') {{ Breadcrumbs::render(\Request::route()->getName()) }} @endsection
@stop @section('javascript') @parent @stop