@extends('backend.layout.master') @section('title', __('Experience Settings')) @section('content')

{{ __('Experience Settings') }}

@csrf





@can('experience-page-settings-update') @endcan
@endsection