@extends('layouts.main') @section('title') {{ __('Homepage Sections') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{-- Add Homepage Section Button --}} @if(has_permissions('create', 'homepage-sections'))
@endif {{-- Create Homepage Section Section --}}
{{ __('NOTE :- Drag and drop to change the order and click on update order button to save the order') }}
@if(has_permissions('update', 'homepage-sections')) @else @endif
{{ __('ID') }} {{ __('Title') }} {{ __('Section Type') }} {{ __('Order') }} {{ __('Enable/Disable') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection