@extends('layouts.frontendDashboard.master') @section('title', __('Buy Withdraw')) @push('style') @endpush @section("body-start")
@endsection @section("content")

@csrf
@if ($errors->any())
{{__('Please check the form below for errors') }}
@endif


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

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

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

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

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