@extends('layouts.backendTemplate') @section('content')
@include('uc.admin.breadcrumb', [ 'title' => 'WHERE ELSE : Edit Sub Category', 'pageName' => 'Edit', 'pageParent' => 'Sub Category Management', 'pageParentLink' => url('where-else/sub-category'), ])
{{-- Left --}}
@if ($itemView->image_url && $itemView->image_name)
@else
@endif
Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted

Active

{{-- Right --}}
@if (Session::has('messageSuccess'))
@include('uc/messageSuccess')
@endif @if (Session::has('messageFail'))
@include('uc/messageFail')
@endif

Overview

{{--
--}}
{{--
--}}
Cancel
@stop @section('script') {{-- --}} @endsection