@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content')

{{$cms->cms_title}}

@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
@csrf
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

Contact Info

{!!$cms->cms_desc!!}

yourdomain@gmail.com

Support us!

@endsection @section('scripts') @endsection