@extends('admin.layouts.master') @section('title', 'Institute - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Institute') }} @endslot @slot('menu1') {{ __('Institute') }} @endslot @slot('button')
@endslot @endcomponent{{$error}}
@endforeach| {{ __('Id') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Detail') }} | {{ __('Skills') }} | {{ __('Status') }} | {{ __('Verify') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
| {{ filter_var($key+1) }} | {{ucfirst($item->title)}} | {{ucfirst($item->detail)}} | {{ucfirst($item->skill)}} |
| {{ __('Id') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Detail') }} | {{ __('Skills') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ filter_var($key+1) }} | {{ucfirst($value->title)}} | {{ucfirst($value->detail)}} | {{ucfirst($value->skill)}} |