zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

Update index.blade.php #102

Closed mbarky closed 6 years ago

mbarky commented 6 years ago

application/viewes/admin/trnaslation/index.blade.php

#when you click on edit (NOT Edit All Language) LaraFlat 3.0.0
you will get 404 error Page not found
Solution:
Replace
line #NO 22

OLD <a href="/admin/translation/readFile/{{ $localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a> with this code

<a href="{{ url('admin/translation/readFile/') }}/{{$localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a>