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

Active

@if (Session::has('messageSuccess'))
@include('uc/messageSuccess')
@endif @if (Session::has('messageFail'))
@include('uc/messageFail')
@endif

Overview

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