@extends('layouts.header') @section('title','Settings') @section('content')
Settings
@csrf @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('contactno') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@endsection @section('JS') @endsection