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

@yield('title')

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