@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.category') }} @endsection @section('heading') {{ __('common.category') }} @endsection @section('heading-icon')admin_panel_settings@endsection @section('content')

{{ __('common.list') }}

@include('includes.modal_delete') @endsection @push('head.start') @endpush @push('body.end') @endpush