@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')

Partner With Us List

has('search')) value="{{ request()->search }}" @endif>
@php $partnerwithustype=partnerwithustype(); @endphp
@if ($message = Session::get('message'))
{{ $message }}
@endif
Partner With Us Items
@include('admin.partnerwithus.list')
@endsection @section('script') @endsection