/home/brandsfa/.trash/public/themes/default/layouts/blank.blade.php
@extends('layouts.front-end.app')

@section('title', translate('blank_Page'))

@section('content')
    <div class="container for-container rtl">
        <h2 class="text-center mt-3 headerTitle">{{ translate('blank_Page')}}</h2>
        <div class="for-padding text-justify">

        </div>
    </div>
@endsection