@extends("AdminSide.Layout") @section('content')
@method('POST') @csrf
@if($infos) @else @endif @error('explain') {{ $message}} @enderror
@endsection