@extends('layouts.app') @section('landingTitle', 'KlinikSapi.Go | Kontak Kami') @section('content')

Kontak KlinikSapi.Go

Hubungi KlinikSapi.Go untuk konsultasi dan informasi lebih lanjut mengenai kesehatan sapi Anda. Kami siap membantu Anda dengan pelayanan terbaik.

@csrf
@if (Session::has('message')) @endif
@auth @else @endauth @if ($errors->has('nama'))  * {{ $errors->first('nama') }} @endif
@auth @else @endauth @if ($errors->has('nope'))  * {{ $errors->first('nope') }} @endif
@auth @else @endauth @if ($errors->has('email'))  * {{ $errors->first('email') }} @endif
@if ($errors->has('subjek'))  * {{ $errors->first('subjek') }} @endif
@if ($errors->has('pesan'))  * {{ $errors->first('pesan') }} @endif
@endsection