@extends('admin.layouts.admin', ['title' => __('Partners')]) @section('content') @if(count($errors) > 0)
@endif
@if( count($weekly_statements) >0)
Name Partner Name Net Amount Action
@endif
@endsection