@extends('backend.layouts.master') @section('title') Service Category @endsection @section('css') @endsection @section('content')

Clients

{!! Form::open(['route' => 'service-category.store','method'=>'post','class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}

Service Category details

Please enter the category name.
Please enter the category slug.
* Use bullet and numbering to write the list from the options.
Please enter the post description.

Service Category Image *

Please select a image.
*use image minimum of 850 x 420px
Please write the short description about service category.
{!! Form::close() !!}

Service Category List

@if(@$categories) @foreach($categories as $category) @endforeach @endif
Category Image Name Name List Action
{{@$category->name}} {{$category->name}} {{$category->short_description}}
{!! $category->list !!}
@endsection @section('js') @endsection