@extends('backend.layouts.app') @section('title') Cập nhật đối tác @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Cập nhật đối tác'])
@include('backend.components.notification')
@method('PUT') @csrf @include('backend.client.form-body')
@endsection @push('css') @endpush @push('js') @endpush