@extends('layouts.app') @section('content')
{{ _lang('Services') }} {{ _lang('Add New') }}
@foreach($services as $service) @endforeach
{{ _lang('Title') }} {{ _lang('Content') }} {{ _lang('Action') }}
{{ $service->translation->title }} {{ $service->translation->body }}
{{ csrf_field() }}
@endsection