@extends('layouts.frontendDashboard.master') @section('title', 'Generate Dividend') @push('style') @endpush @section("body-start")
@endsection @section("content")
@csrf

@error('project_id')
{{ $message }}
@enderror

@error('share')
{{ $message }}
@enderror
@endsection