@extends('admin.layout') @section('content')
{{ __('The first entered number will show in the header top menu & Service Page.') }} @if ($errors->has('number'))
{{ $errors->first('number') }}
{{ __('The first entered email will show in the header top menu.') }} @if ($errors->has('email'))
{{ $errors->first('email') }}
{{ $errors->first('whatsapp') }}
{{ $errors->first('address') }}
{{ $errors->first('opening_hours') }}