@extends('admin.layout.master') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
{{ Session::get('message') }}
{{__('obs.create_investment')}}
@csrf
{{-- --}}
{{__('obs.employee')}}{{__('obs.investment_history')}}
{{__('obs.head')}} {{__('obs.amount')}} {{__('obs.status')}}
@endsection @section('script') @endsection