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