@extends('layouts.admin') @section('page_title') @parent پاداش نوشته {{$gift->id}} @endsection @section('head-js') @stop @section('main')

ویرایش پاداش {{$gift->id}}

@include('admin.error')
{!! Form::open(['url' => '/admin/club-gifts/edithandle/'.$gift->id, 'method' => 'post' ,'enctype'=>'multipart/form-data']) !!}
وضعیت پاداش
دسته بندی ها
@if(count($cats)>0)
@endif
بارگذاری تصویر شاخص
thumbnail) src="{{asset($gift->thumbnail)}}" @else src="/no-image-available.jpg" @endif class="default-user-pic img-responsive" style=" width: 100%; height: auto;" id="blah" alt="your image" width="100" height="100" align="middle">

ابعاد پیشنهادی 400 در 400 پیکسل و حداکثر حجم 1 مگابایت ، پسوند های مجاز jpg , jpeg

{!! Form::close() !!} @endsection @section('js') @stop