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

{{ __('Edit Accounts') }}

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