@extends('front.layout') @section('header') {{ trans('translate.page_title_request') }} @endsection @section('content')
title

{{ trans('translate.request_heading') }}

@if (\Illuminate\Support\Facades\Session::has('failed')) @endif @if (\Illuminate\Support\Facades\Session::has('success')) @endif
@csrf
{{ trans('translate.company_info') }}
{{--
--}}
{{--
--}}
{{ trans('translate.shipping_info') }}
{{-- --}}
{{-- --}}
@csrf
{{ trans('translate.personal_info') }}
{{--
--}}
{{--
--}}
{{ trans('translate.shipping_info') }}
{{-- --}}
{{-- --}}
@endsection @section('footer') @endsection