@extends('layouts.app') @section('content')
@if ($id > 0)
Add New Delete

@endif
@csrf

@endsection @section('more_scripts') @include('integration.edit-js') @endsection