@extends('templates.'.sc_store('template').'.shop_layout') @section('main')

{{ $title }}

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif

{{ trans('front.contact_form.info') }}

Đại Chỉ: 280/126 A Bùi Hữu Nghĩa, Phường 02, Quận Bình Thạnh

Hotline: 0977 920 755

Email: info@bphukien.com

@endsection @section('breadcrumb') @endsection