@extends('admin.layouts.master') @section('customer', 'active') @section('title') {{ $data['title'] ?? '' }} @endsection @push('style') @endpush @php $user = $data['user']; $role = $data['role']; @endphp @section('content')

{{ $data['title'] ?? '' }}

Manage {{ $data['title'] ?? '' }}

@if (Auth::user()->can('admin.category.create')) Back @endif
@csrf
Paris
{{--
--}}
{{-- password update --}}
Change Password
@csrf
@endsection @push('script') @endpush