@extends('backend.plugins.crm.layouts.master') @section('content')
@include('layouts.message') @livewire('backend.plugin.crm.customer.customer-manage-component',['record_id'=>$id])
@endsection