@extends('admin.layouts.master') @section('title', 'All Instructor skill - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('All Instructor skill') }} @endslot @slot('menu1') {{ __('Instructor skill') }} @endslot @slot('button')
{{ __('Add Skill') }} {{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('All Instructor skill') }}
​ @foreach($data as $key=>$p) @endforeach
# {{ __('Instructor Name') }} {{ __('Instructor Skills') }} {{ __('Action') }}
1 {{ $p->user->fname }} {{ $p->skills }}


@endsection