@extends('layouts.dashboard.app') @section('content')

@lang('site.clients')

@lang('site.edit')

@include('dashboard.partials._errors')
{{ csrf_field() }} {{ method_field('put') }}
@for ($i = 0; $i < 2; $i++)
@endfor
@endsection