'I can not found blade from resources. But website working
@section('contents') <app-employee-list></app-employee-list> @endsection
How I can get the full html structure form this? I can not found full code. but website is working.
Solution 1:[1]
This maybe a vue component, you can find it in this path resources/js/components
OR it may be a laravel component, you can find it in this path resources/views/components
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mohammed_40 |