@extends('backend.layouts.master') @section('title', "Job Category") @section('css') @endsection @section('content')

Job Category

{!! Form::open(['route' => 'jobcategory.store','method'=>'post','class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}
Please enter the category title.
Please enter the category slug.
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
*use image minimum of 500px x 500px
--}} {{--
--}} {{-- Please select a image.--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{!! Form::close() !!}

Category List

{{-- --}} @if(!empty($categories)) @foreach($categories as $category) {{-- --}} @endforeach @endif
ImageName Slug Action
--}} {{-- {{@$category->slug}}--}} {{-- {{ ucwords(@$category->name) }} {{ @$category->slug }}
{{csrf_field()}}
@include('backend.job.category.modal.edit') @endsection @section('js') @endsection