@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @include('frontend::master_banner') {{-- @if (!empty($banner)) @endif --}}

{{ $benefits['name'] ?? "" }}

{!! $benefits['detail'] ?? "" !!}
@endsection @section('script') @endsection