@extends('layouts.app') @section('content') @if (session('status'))
{{ session('status') }}
@endif
@csrf
I will be active on bands:
I will use modes:
@endsection()