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

{{ __('Introduction Settings') }}

@csrf


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