@extends('layouts.backendTemplate') @section('content')
@include('uc.admin.breadcrumb', [ 'title' => 'Category Add', 'pageName' => 'Add', 'pageParent' => 'Category Management', 'pageParentLink' => url('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