@extends("admin.admin_app") @section("content")
{{ html()->form('POST', url('/admin/sub_admin/add_edit')) ->attributes(['class' => 'form-horizontal', 'id' => 'post_form', 'name' => 'post_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
@if(isset($user->user_image) AND file_exists(public_path('upload/'.$user->user_image)))
video image
@endif

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

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

{{ html()->form()->close() }}
@include("admin.copyright")
@endsection