@extends('layouts.main') @section('title') {{__("Create Tips")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{__("Back to All Tips")}}
@csrf
{{__("Add Tips")}}
@foreach($languages as $key => $lang)
@endforeach
@endsection