@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
PIU
{!! Form::model($piu, ['method' => 'PATCH', 'files'=>'true', 'route' => ['piu.update', $piu->id], 'class'=>'']) !!}
{!! Form::text('name', null, array('placeholder' => 'Name','class' => 'form-control')) !!}
Go Back
@if(session('error')) @endif @if(session('success')) @endif @endsection