@extends("admin.admin_app") @section("content")
{{trans('words.add_location')}}
@foreach($list as $i => $data)
{{ stripslashes($data->name) }}
status==1) {{ 'checked' }} @endif/>
@endforeach
@include("admin.copyright")
@endsection