@extends('layouts.customer') @section('title','Settings') @section('extra-css') @endsection @section('content')
@csrf @include('customer.settings.profile_form')
@csrf @include('customer.settings.password_form')
@csrf @include('customer.settings.sms_template')
@include('customer.settings.notification_form')
@csrf @include('customer.settings.sending_settings')
@csrf @include('customer.settings.time_zone')
@endsection @section('extra-scripts') @endsection