@extends('layouts.appNew') @section('content')

Leverage

@if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif
image

Leverage

@foreach($leverage as $key => $row)
@endforeach
@endsection