@extends('admin.layouts.master') @section('title','All Alumini') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Alumini') }} @endslot @slot('menu1') {{ __('Alumini') }} @endslot @slot('button')
@endslot @endcomponent# | {{ __('Alumini Name') }} | {{ __('Action') }} |
---|---|---|
{{ $key+1 }} | {{ $data->user->fname }} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |