@extends('layouts.master') @section('title', 'Project | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.projects')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.projects') }}
{{ __('basic.new') }}
{{ __('basic.projects') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@foreach ($events as $item) @endforeach
{{ __('basic.start') }} {{ __('basic.end') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->start_at }} {{ $item->end_at }} {{ $item->name }}
@endsection @section('js') @endsection