@extends('backend.admin-master') @section('site-title') {{__('Our Courses Area')}} @endsection @section('style') @endsection @section('content')

{{__('Our Courses Area Settings')}}

@csrf
{{__('enter how many item you want to show in this section')}}
@endsection @section('script') @include('backend.partials.icon-field.js') @include('backend.partials.repeater.script') @endsection