@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') }}

Warning: Undefined variable $key in /home/karendei/public_html/test.karenderia.ir/resources/views/admin/instructorskill/index.blade.php on line 54
1
{{ $p->user->fname }} {{ $p->skills }}


@endsection