@extends('admin.layouts.master') @section('title', 'All Instructor skill - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach# | {{ __('Instructor Name') }} | {{ __('Instructor Skills') }} | {{ __('Action') }} | @foreach($data as $key=>$p)
---|---|---|---|
1 | {{ $p->user->fname }} | {{ $p->skills }} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$p->title}} ? {{ __('This process cannot be undone.')}} |