@extends('layouts.backendTemplate') @section('content')
@include('uc.admin.breadcrumb', [ 'title' => 'CHIANG MAI AND NOWHERE ELSE : Add Article', 'pageName' => 'Add', 'pageParent' => 'Article Management', 'pageParentLink' => url('no-where-else/article'), ])
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

@foreach ($subCategoriesView as $item) @endforeach
Cancel
@stop @section('script') @endsection