@extends('layouts.frontendDashboard.master') @section('title', 'Partners') @push('styles') @endpush @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.partners.create")
# {{__('Company Name') }} {{__('Url') }} {{__('Created At') }} Actions
@endsection @push('scripts') @endpush