@extends('layouts.app') @section('content')

{{trans('lang.tint_plural')}} {{trans('lang.tint_desc')}}

@include('flash::message')
@include('tints.table')
@endsection