Notice
: Undefined variable: control in
/home/demohatinco/public_html/construction_management_system_backend_del/resources/views/user/assets/create.blade.php
on line
2
@extends('layouts.default_edit') @section('heading') {!! $heading !!} @endsection @section('leftsideform') @if($control == 'edit') {!! Form::model($assetslist,['id'=>'my_form', 'method' => 'POST', 'route' => ['assetslist.update', $assetslist->id],'files'=>true]) !!} @else {!! Form::open(['id'=>'my_form','method' => 'POST', 'route' => ['assetslist.save' ], 'files'=>true]) !!} @endif @include('users.assetslist.index') {!!Form::close()!!}
{!! Form::open(['method' => 'get', 'route' => ['assetslist.index']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection {!!Form::close()!!}