@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')
@endslot @endcomponent{{ $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.')}} |