@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.messages_display')

@lang('Perspective')

@include('partials.index-buttons',[ 'model' => 'perspective', 'btns' => 'n' ])
@if (count($records) > 0) {!! $records->links() !!} @endif
@foreach($records as $record) @include('partials.modal_delete',$record->data) @endforeach
@lang('Name') @lang('Order') @lang('Color') @lang('How it appears') @lang('Action')
{{$record->name}} {{$record->order}} {{$record->color_name}}
@lang('In this way')
@include('partials.actions-buttons',[ 'model' => $record->data['model'], 'id' => $record->id, 'trashed' => false ])
@include('partials.containers-footer') @endsection @section('search') {{--@include('admin.perspective.search')--}} @endsection @section('javascript') @endsection