@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',"Category") @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => ['mobile_section.sectionstore', $section[0]->id], 'method' => 'patch', 'files'=>true]) !!}
{!! Form::label('title',"Section Name", ['class' => 'col-3 control-label']) !!}
{!! Form::text('title', $section[0]->section_name, ['class' => 'form-control','placeholder'=>"Title" ]) !!}
{!! Form::label('title',"Screens", ['class' => 'col-3 control-label']) !!}
{!! Form::text('screens', $section[0]->screens, ['class' => 'form-control','placeholder'=>"Title" ]) !!}
{!! Form::label('Categories','Categories', ['class' => 'col-3 control-label']) !!}
{!! Form::label('title',"Upload Image En", ['class' => 'col-3 control-label']) !!}
{!! Form::file('image') !!}
{!! Form::label('title',"Upload Image Ar", ['class' => 'col-3 control-label']) !!}
{!! Form::file('image_ar') !!}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush