@extends('admin.layouts.master') @section('title', 'All Instructor skill - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@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