@extends('layouts.app')
@section('title', trans('job.show') . ' | ' . $job->name . ' | ' . $job->project->name)
@section('content')
@include('jobs.partials.breadcrumb')
@include('jobs.partials.job-show')
@include('jobs.partials.job-tasks-operation')
@include('jobs.partials.job-tasks')
@endsection
@section('ext_css')
{!! Html::style(url('assets/css/plugins/rangeslider.css')) !!}
@endsection
@section('ext_js')
{!! Html::script(url('assets/js/plugins/rangeslider.min.js')) !!}
@endsection
@section('script')
@endsection