@extends('layout.app') @section('title') {{ __('message.role_back') }} @stop @section('css') @endsection @section('content')
{{-- form for store clients --}}
{{__("message.role_back_calender")}}
@for($day = 1; $day <= 31; $day++)
{{ $day }}
@endfor
{{-- client name --}} {{-- client name --}}
{{-- end client name --}} {{-- client name --}}
{{__("message.Current")}} {{__("message.Key")}} {{__("message.old_value")}} {{__("message.created")}} {{__("message.Actions")}}
{{-- end client name --}}
{{-- end form --}}
@endsection @section("js") @endsection