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

{{ __('Delete a Tip') }}

{{ __('Are you sure you want to delete the following tip?') }}

{{ csrf_field() }} {{ method_field('DELETE') }}
{{ __('Name') }} {{ __('Updated At') }}
{{ $tip->tipname }} {{ $tip->updated_at }}
@endsection @push('scripts') @endpush