@extends('admin.layout.app') @section('title', 'Sehat Health Care - Create Contact') @push('headerscript') @endpush @section('content')

Contact

@csrf
{{ $errors->first('mobile_1')}}
{{ $errors->first('mobile_2')}}
{{ $errors->first('whatsapp_1')}}
{{ $errors->first('whatsapp_2')}}
{{ $errors->first('email')}}
{{ $errors->first('address')}}

@endsection @push('footerscript') @endpush