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