@extends('Layouts.adminLayout') @section('title') {{__('Edit Icon')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Edit Icon')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif
@if ($errors->has('text'))
{{ $errors->first('text') }}
@endif
@endsection