@extends('backend.layouts.app') @section('title') Thêm mới đối tác @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Thêm mới đối tác'])
@include('backend.components.notification')
@csrf @include('backend.client.form-body')
@endsection @push('css') @endpush @push('js') @endpush