@extends('layouts.main') @section('title', 'Landing Page Setting') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Landing Page Setting')}}

@csrf

Download App Setup


Page Content



@push('script') @include('model') @endpush @endsection