@extends('layout') @section('h4-page', __('settingPhone')) @section('contents')
@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--

แก้ไขเบอร์โทรติดต่อแอดมิน

--}}
@csrf
@error('value')
{{ $message }}
@enderror
@endsection