@extends('layouts.app') @section('content')
New Deployment
@csrf
@if ($errors->has('contract'))
{{ $errors->first('contract') }}
@endif
@if ($errors->has('post'))
{{ $errors->first('post') }}
@endif
@if ($errors->has('number_of_guards'))
{{ $errors->first('number_of_guards') }}
@endif
@if ($errors->has('day_rate'))
{{ $errors->first('day_rate') }}
@endif
@if ($errors->has('night_rate'))
{{ $errors->first('night_rate') }}
@endif
@section('script') @endsection @endsection