@extends('backend.admin-master') @section('site-title') {{__('Section Manage')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Section Manage')}}

@csrf
@if(get_static_option('home_page_variant') == '03')
@endif
@endsection