@extends('layouts.app') @section('title') All Open Files @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if ($errors->any())

Errors

    {!! implode( '', $errors->all('
  • :message
  • '), ) !!}
@endif

Configure System Type


{{--
@if ($errors->has('project_name')) {{ $errors->first('project_name') }} @endif
--}}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@stop @section('js') @stop