@extends('admin.layout.master') @section('home')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
{{ Session::get('message') }}
Create Investment
@csrf
{{-- --}}
Employee Investment History
Head Amount Status
@endsection @section('script') @endsection