@extends('layouts.master') @section('title'){{ trans_choice('general.event',1) }} {{ trans_choice('general.calendar',1) }} @endsection @section('content')

{{ trans_choice('general.event',1) }} {{ trans_choice('general.calendar',1) }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.name',1) }} {{ trans_choice('general.color',1) }} {{ trans_choice('general.action',1) }}
{{ $key->name }}
 
@endsection @section('footer-scripts') @endsection