@extends('admin.layouts.master') @section('title') {{ translate('Frontend - How Its Work') }} @endsection @section('content')
{{ translate('How Its Work') }}
@csrf
{{ translate('Banner Section') }}
@if($howorks->banner_image)
Current Banner Image
@endif
{{ translate('FAQs Section') }}
@endsection @section('scripts') {{-- --}} @endsection