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