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

Logs

@if ($errors->any())
{{$errors->first()}}
@endif
{{ csrf_field() }}
@if ($errors->has('deployment_name'))
{{ $errors->first('deployment_name') }}
@endif
@if ($errors->has('log_date'))
{{ $errors->first('log_date') }}
@endif
Cancel
@endsection