@extends('admin.layout.admin_layout') @section('content')

Edit Contact Info

@include('admin.layout.message')
@csrf
*
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
*
@if ($errors->has('second_email')) {{ $errors->first('second_email') }} @endif
*
@if ($errors->has('whatsapp_no')) {{ $errors->first('whatsapp_no') }} @endif

*
@if ($errors->has('phone_code')) {{ $errors->first('phone_code') }} @endif
*
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif

*
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@push('scripts') @endpush @endsection