@extends('panel::layouts.app') @section('body-class', 'page-category') @section('title', __('panel/menu.categories')) @section('page-title-right') {{ __('panel/common.create') }} @endsection @section('content')
@if (count($categories))
@else @endif
@endsection @push('footer') @endpush