@extends('layout.masters') @section('content')

Add New Deployment Schedule

{{ csrf_field() }}
@if ($errors->has('dep_id'))
{{ $errors->first('dep_id') }}
@endif
@if ($errors->has('schedule_date'))
{{ $errors->first('schedule_date') }}
@endif
@if ($errors->has('dep_type'))
{{ $errors->first('dep_type') }}
@endif
Cancel
@endsection