@extends('admin.layouts.layout') @section('content')
@if(empty($editAdminSettingsData[0]->id))
@else @endif @csrf

General Setting

@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('phone_one')){{ $errors->first('phone_one') }}@endif
@if ($errors->has('phone_two')){{ $errors->first('phone_two') }}@endif
@if ($errors->has('whatsapp')){{ $errors->first('whatsapp') }}@endif
@if ($errors->has('address_one')){{ $errors->first('address_one') }}@endif
@if ($errors->has('address_two')){{ $errors->first('address_two') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('city')){{ $errors->first('city') }}@endif
@if ($errors->has('pincode')){{ $errors->first('pincode') }}@endif

Payment Setting
@if ($errors->has('processing_fees')){{ $errors->first('processing_fees') }}@endif
@if ($errors->has('preference')){{ $errors->first('preference') }}@endif
@endsection