@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{!! langConverter(isset($informativedata['carry_our_line_description']) ? $informativedata['carry_our_line_description'] : '', isset($informativedata['fr_carry_our_line_description']) ? $informativedata['fr_carry_our_line_description'] : '' ) !!}
@csrf
@push('post_script') @endpush @endsection