@extends('Dashboard.layouts.master') @section('title', 'Welcome Screens | Create') @section('css') @endsection @section('content')
@csrf
@error('description') {{$errors->first('description')}} @enderror
@endsection @section('scripts') @endsection