@extends('dashboard.layouts.master') @section('content')
@csrf @error('text') {{$message}} @enderror
@endsection