@extends('admin.layout.main') @section('content')

العملات

{{ csrf_field() }} @foreach ($currencies as $currency) @endforeach
# العملة السعر بالدولار
{{$loop->iteration}} {{$currency->title}} تعديل مسح
@endsection