@extends('user.layouts.master')
@section('title', __('unlimited'))
@section('contents')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif
@endsection
@push('script')
@endpush