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