@extends('layouts.main') @section('title') {{__("Create Feature Section")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@can('feature-section-create')
@csrf
{{__("Add Feature Section")}}
{{--
--}} {{--
--}}
@endcan
* {{__("To change the order, Drag the Table column Up & Down")}} @canany(['feature-section-update', 'feature-section-delete']) @endcanany
{{ __('ID') }} {{ __('Style') }} {{ __('Title') }} {{ __('Description') }} {{ __('Filters') }} {{ __('Sequence') }} {{ __('Min Price') }} {{ __('Max price') }} {{ __('Value') }}{{ __('Action') }}
@can('feature-section-update') @endcan
@endsection @section('js') @endsection