@extends('layouts.theme') @section('title',"$custom->title") @section('main-wrapper')

{{$custom->title}}

@if(isset($custom))
{{$custom->detail}}
@endif
@endsection