@extends('layouts.app') @section('content')

{{trans('lang.language')}}

@if($errors->any()) @endif @foreach($language as $customer) @if (file_exists(public_path('assets/images/flags'.'/'.$customer->flag)) && !empty($customer->flag)) @else @endif @endforeach
{{trans('lang.extra_image')}} {{trans('lang.language')}} {{trans('lang.code')}} {{trans('lang.status')}} {{trans('lang.actions')}}
imageimage{{ $customer->language}} {{ $customer->code}} @if ($customer->status=="true") @else @endif
{{ $language->links('pagination.pagination') }}
@endsection @section('scripts') @endsection