@extends('frontend.bigbag.layouts.app')
@push('css')
@endpush
@section('content')
{{ __('Register') }}
@if ($errors->any())
@endif
@if(Session::has('user_limit'))
@foreach ($errors->all() as $error)
@endif