@extends('layouts.app') @section('breadcrumbs') @endsection @section('content') @include('partials.messages')
Update Whitelist Profile
{{ csrf_field() }} {{ $whitelist_profile->name }}
{{ $whitelist_profile->description }} {{ $whitelist_profile->status }}
@can('delete', $whitelist_profile) Delete @endcan
@endsection('content')