@extends('layouts.app') @section('title') ProgressBar-Style @endsection @section('content')
@include('flash::message') @if ($errors->any())
{{ $errors->first() }}
@endif {{ Form::open(['route' => 'progressbar.update', 'method' => 'post','id' => 'progressBarForm','files' => true]) }} @csrf
Required ProgressBar?
#
#
#
#
#
#
#
#
#
#
#
#
{{ Form::close() }}
@endsection