@extends('layouts.master') @section('title'){{translate('collateral type')}} @endsection @section('content')
{{translate('collateral type')}}
@forelse($data as $key) @empty @endforelse
{{translate('name')}} {{ translate('action') }}
{{ $key->name }}
{{ translate('zeroRecords') }}
{{ $data->withQueryString()->links() }}
@endsection @section('footer-scripts') @endsection