@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@if (!$parties->isEmpty()) @foreach ($parties as $value) @endforeach @endif
@endsection @push('scripts') @endpush