@extends('layouts.admin') @section('meta') {{trans('home.edit_service')}} @endsection @section('style') @endsection @section('content')
{!! Form::open(['method'=>'PATCH','url' => 'admin/services/'.$service->id, 'data-toggle'=>'validator', 'files'=>'true']) !!}
{{trans('home.edit_service')}}
{{--
--}}
{{trans('home.upload')}}
{{--
{{trans('home.upload')}}
--}}
@if($service->img)
@endif @if($service->icon)
@endif

{{trans('home.status')}}

{{trans('home.menu')}}

{{trans('home.home')}}

{{--
{{trans('home.servic_gallery')}}

@if($service->images())
@foreach($service->images() as $key=>$image) @endforeach
@endif
--}} {{--
{{trans('home.faqs')}}
@if(count($questions) > 0) @foreach($questions as $key=>$question)
@endforeach
@else
@endif
--}}
{{trans('home.seo_block')}}

{{trans('home.en')}}

{{trans('home.ar')}}

{{trans('home.meta_robots')}}

{!! Form::close() !!} @foreach($questions as $key=>$question) @endforeach
@endsection @section('script') @endsection