@extends('admin.layouts.master') @section('title', __('Edit Profit')) @section('content')

{{ __('Edit Profit') }}

{{-- .nk-block-head --}}
@foreach($proo as $proo1)
@csrf
@endforeach
@endsection