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

{{ __('Delete an Organisation') }}

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

{{ csrf_field() }} {{ method_field('DELETE') }}
{{ __('Name') }} {{ __('Email Address') }} {{ __('Updated At') }}
{{ $organisation->organisationname }} {{ $organisation->organisationemail }} {{ $organisation->updated_at }}
@endsection @push('scripts') @endpush