@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
@method('PUT') @csrf
@endsection @section('scripts-backend') @endsection