@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',"Category") @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => ['category.update', $editlabel[0]->id], 'method' => 'patch']) !!}
{!! Form::label('title',"Title", ['class' => 'col-3 control-label']) !!}
{!! Form::text('title',$editlabel[0]->title, ['class' => 'form-control','placeholder'=> "Title"]) !!}
Enter Title
{!! Form::label('Categories','Categories', ['class' => 'col-3 control-label']) !!}
{!! Form::label('status', trans("lang.status"), ['class' => 'col-3 control-label']) !!}
{{ trans("lang.status") }}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush