@yield('meta')
@yield('css') {{--
--}}
@if(Session::has('message') OR $errors->any())
@if ($errors->any()) @include('include.alert') @else {{ Session::get('message') }} {{ Session::forget('message') }} @endif
@endif
@include('layouts.front.header') @yield('content') @include('layouts.front.footer')
inquireqprohq@quantaservices.com
+632 8661 9398
+632 8661 9433
search here
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('warning'))
{{ Session::get('warning') }}
@endif @yield('js')