@extends('layouts.contentNavbarLayoutBackend') @section('title', 'Create Partner') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@csrf

Add a new Partner

Enter partner data

Back
@endsection