@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => array('admin/sub_admin/add_edit'),'class'=>'form-horizontal','name'=>'user_form','id'=>'user_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
@if(isset($user->user_image) AND file_exists(public_path('user_images/'.$user->user_image)))
video image
@endif

usertype) AND $user->usertype!="Sub_Admin") style="display:none;" @endif> Permission for Sub Admin({{trans('words.posts')}}, {{trans('words.story')}}, {{trans('words.comments')}}, {{trans('words.users')}}, {{trans('words.reports')}}, {{trans('words.contact_list')}}, {{trans('words.pages')}})

usertype) AND $user->usertype!="Admin") style="display:none;" @endif @if(!isset($user->id)) style="display:none;" @endif> Permission for Master Admin(All Permission)

{!! Form::close() !!}
@include("admin.copyright")
@endsection