@extends('admin.layout.index') @section('title', 'Kargo Düzenle') @section('content')
@csrf
    @foreach($cargo->features as $key => $feature)
  • ile desi arası
  • @endforeach
@endsection @section('scripts') @endsection