@extends('theme::layouts.app') @section('content')

{{ $title }}

{{ $description }}

@csrf
@php $basic_info=LpOption('system_basic_info'); @endphp @if(!empty($basic_info->gallary_input)) @php $gallery=explode(',', $basic_info->gallary_input); @endphp
@endif @endsection