@extends('tenant.layouts.admin') {{--Tilte Section--}} @section('title', 'Customer Portal') {{--Style Section--}} @section('style') @endsection {{--Content Section--}} @section('content')
@include('tenant.admin.settings.filter.filter')
@endsection {{--Script Section--}} @section('script') @endsection