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

{{ __('Edit Aggregate') }}

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