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