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