tets10
This commit is contained in:
parent
a59edc0dac
commit
d787d2e0cd
|
|
@ -26,7 +26,7 @@
|
|||
{{-- <h2 style="margin-top: 50px"><a href="" class="fontSemiBold">Habarlaşmak üçin <i class="fa fa-play-circle-o"></i></a></h2>--}}
|
||||
<div class="contact-form">
|
||||
|
||||
<form id="contactForm" method='post' action='{{ url("contact/send") }}' class="col-lg-6 col-lg-offset-3 col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 col-xs-12">
|
||||
<form enctype="multipart/form-data" id="contactForm" method='post' action='{{ url("contact/send") }}' class="col-lg-6 col-lg-offset-3 col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 col-xs-12">
|
||||
@if($message = Session::get('success'))
|
||||
<div class="alert alert-success alert-block">
|
||||
<button type="button" class="close" data-dismiss="alert">
|
||||
|
|
|
|||
Loading…
Reference in New Issue