@extends('layouts.app') @php $common_helper = \App\Helpers\CommonHelper::class; @endphp @section('title') {{ $common_helper::snakeCaseToPascalCase($name) }} Designer @endsection @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @push('include-css') @endpush
{{__('lang.remove')}}