@extends('frontend.layouts.app') @section('title') {{ $title ?? 'Page header' }} @endsection @section('meta') @endsection @push('style') @if ($setting->recaptcha == 1) @endif @endpush @section('content')
@endsection @push('scripts') @if ($setting->recaptcha == 1) @endif @endpush