@extends('back/layouts.app') @section('css_pagelevel') @endsection @section('content')

{{ __('words.edit') }}    

{{--
@include('admin.p_admin_data.development_programs.export' , [ 'data' => $data ])
--}}
{{ csrf_field() }}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('link')){{ $errors->first('link') }}@endif
@if ($errors->has('icon')){{ $errors->first('icon') }}@endif
@section('js_pagelevel') @endsection @endsection