@extends('emails.personal.base') @section('title') {{ $emailLang['client']['subject'] }},{{ $_SERVER['SERVER_NAME'] }} @endsection @section('content')

{{$emailLang['personal']['title']}}

@yield('template')
@endsection